home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Communications / Networks / MailCheck 0.9x / drvr src / mmc_macmail.h < prev    next >
Text File  |  1990-08-01  |  301b  |  13 lines

  1. /*
  2.  * mmc_macmail interface to to turn off/on mailcheck while macmail is running
  3.  * should be called every five min or so to inhibit mailcheck
  4.  */
  5.  
  6. #define MMC_normal     (0L)
  7. #define MMC_inhibit (1L)
  8.  
  9. /*
  10.  * set desire for inhibit and name as a str255
  11.  */
  12. void mmc_macmail(long want_inhibit,char *name);
  13.